3.793 \(\int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx\)

Optimal. Leaf size=24 \[ \text {Int}\left (\cos ^2(e+f x) (a+b \sec (e+f x))^m,x\right ) \]

[Out]

Unintegrable(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m,x]

[Out]

Defer[Int][Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m, x]

Rubi steps

\begin {align*} \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx &=\int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 5.90, size = 0, normalized size = 0.00 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m,x]

[Out]

Integrate[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m, x]

________________________________________________________________________________________

fricas [A]  time = 0.54, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="fricas")

[Out]

integral((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="giac")

[Out]

integrate((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

________________________________________________________________________________________

maple [A]  time = 1.94, size = 0, normalized size = 0.00 \[ \int \left (\cos ^{2}\left (f x +e \right )\right ) \left (a +b \sec \left (f x +e \right )\right )^{m}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

[Out]

int(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="maxima")

[Out]

integrate((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int {\cos \left (e+f\,x\right )}^2\,{\left (a+\frac {b}{\cos \left (e+f\,x\right )}\right )}^m \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(e + f*x)^2*(a + b/cos(e + f*x))^m,x)

[Out]

int(cos(e + f*x)^2*(a + b/cos(e + f*x))^m, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \sec {\left (e + f x \right )}\right )^{m} \cos ^{2}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(f*x+e)**2*(a+b*sec(f*x+e))**m,x)

[Out]

Integral((a + b*sec(e + f*x))**m*cos(e + f*x)**2, x)

________________________________________________________________________________________